From: Juanma Barranquero Date: Tue, 23 Jan 2007 13:19:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2688 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=edb39ab4e76dd27c17fef0aa6a79498ed61b4304;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 9bf4867796c..8eb70435c7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-01-23 Juanma Barranquero + + * editfns.c (Finsert_char): Doc fix. + (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings. + 2007-01-22 YAMAMOTO Mitsuharu * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't @@ -32,7 +37,7 @@ * .gdbinit: Reformat documentation so that first sentence displays properly with "help user-defined" (like apropos). -2007-01-18 Bruno Haible (tiny change) +2007-01-18 Bruno Haible (tiny change) * epaths.in: Move PATH_DOC from local/info to local/share/info. @@ -54,8 +59,8 @@ 2007-01-13 Eli Zaretskii - * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy - PID into EMACS_INT to avoid GCC warnings. + * process.c (Fdelete_process, Fprocess_id, sigchld_handler): + Copy PID into EMACS_INT to avoid GCC warnings. * fns.c (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid GCC warnings. @@ -162,7 +167,7 @@ * xterm.h (x_display_info): New: net_supported_atoms, nr_net_supported_atoms and net_supported_window. - * xterm.c: New variable last_user_time. + * xterm.c (last_user_time): New variable. (handle_one_xevent): Set last_user_time from events that have Time. Set net_supported_window to 0 when reparented. (wm_supports): New function.